1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmChangePass
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChangePass))
27         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
28         Me.txtPass = New System.Windows.Forms.TextBox()
29         Me.Label1 = New System.Windows.Forms.Label()
30         Me.BtnSave = New System.Windows.Forms.Button()
31         Me.Btncancel = New System.Windows.Forms.Button()
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.Label2 = New System.Windows.Forms.Label()
34         Me.btnClose = New System.Windows.Forms.Button()
35         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
36         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
37         Me.Panel1.SuspendLayout()
38         Me.SuspendLayout()
39         
'
40         
'PictureBox1
41         
'
42         Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
43         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
44         Me.PictureBox1.Location = New System.Drawing.Point(
13, 29)
45         Me.PictureBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
46         Me.PictureBox1.Name =
"PictureBox1"
47         Me.PictureBox1.Size = New System.Drawing.Size(
150, 150)
48         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
49         Me.PictureBox1.TabIndex =
0
50         Me.PictureBox1.TabStop = False
51         
'
52         
'txtPass
53         
'
54         Me.txtPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
55         Me.txtPass.Font = New System.Drawing.Font(
"Segoe UI", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
56         Me.txtPass.Location = New System.Drawing.Point(
170, 62)
57         Me.txtPass.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
58         Me.txtPass.Name =
"txtPass"
59         Me.txtPass.Size = New System.Drawing.Size(
277, 35)
60         Me.txtPass.TabIndex =
1
61         
'
62         
'Label1
63         
'
64         Me.Label1.AutoSize = True
65         Me.Label1.BackColor = System.Drawing.Color.Transparent
66         Me.Label1.Font = New System.Drawing.Font(
"Arial", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
67         Me.Label1.Location = New System.Drawing.Point(
168, 33)
68         Me.Label1.Name =
"Label1"
69         Me.Label1.Size = New System.Drawing.Size(
103, 24)
70         Me.Label1.TabIndex =
2
71         Me.Label1.Text =
"Password"
72         
'
73         
'BtnSave
74         
'
75         Me.BtnSave.FlatAppearance.BorderColor = System.Drawing.Color.Black
76         Me.BtnSave.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
77         Me.BtnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
78         Me.BtnSave.Font = New System.Drawing.Font(
"Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.BtnSave.Image = CType(resources.GetObject(
"BtnSave.Image"), System.Drawing.Image)
80         Me.BtnSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter
81         Me.BtnSave.Location = New System.Drawing.Point(
169, 104)
82         Me.BtnSave.Name =
"BtnSave"
83         Me.BtnSave.Size = New System.Drawing.Size(
135, 75)
84         Me.BtnSave.TabIndex =
3
85         Me.BtnSave.Text =
"SAVE"
86         Me.BtnSave.TextAlign = System.Drawing.ContentAlignment.BottomCenter
87         Me.BtnSave.UseVisualStyleBackColor = True
88         
'
89         
'Btncancel
90         
'
91         Me.Btncancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
92         Me.Btncancel.FlatAppearance.BorderColor = System.Drawing.Color.Black
93         Me.Btncancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver
94         Me.Btncancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
95         Me.Btncancel.Font = New System.Drawing.Font(
"Arial", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
96         Me.Btncancel.Image = CType(resources.GetObject(
"Btncancel.Image"), System.Drawing.Image)
97         Me.Btncancel.ImageAlign = System.Drawing.ContentAlignment.TopCenter
98         Me.Btncancel.Location = New System.Drawing.Point(
312, 104)
99         Me.Btncancel.Name =
"Btncancel"
100         Me.Btncancel.Size = New System.Drawing.Size(
135, 75)
101         Me.Btncancel.TabIndex =
4
102         Me.Btncancel.Text =
"CANCEL"
103         Me.Btncancel.TextAlign = System.Drawing.ContentAlignment.BottomCenter
104         Me.Btncancel.UseVisualStyleBackColor = True
105         
'
106         
'Panel1
107         
'
108         Me.Panel1.BackColor = System.Drawing.Color.Black
109         Me.Panel1.Controls.Add(Me.Label2)
110         Me.Panel1.Controls.Add(Me.btnClose)
111         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
112         Me.Panel1.Location = New System.Drawing.Point(
0, 0)
113         Me.Panel1.Name =
"Panel1"
114         Me.Panel1.Size = New System.Drawing.Size(
459, 27)
115         Me.Panel1.TabIndex =
5
116         
'
117         
'Label2
118         
'
119         Me.Label2.AutoSize = True
120         Me.Label2.BackColor = System.Drawing.Color.Transparent
121         Me.Label2.Font = New System.Drawing.Font(
"Arial", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.Label2.ForeColor = System.Drawing.Color.White
123         Me.Label2.Location = New System.Drawing.Point(
9, 5)
124         Me.Label2.Name =
"Label2"
125         Me.Label2.Size = New System.Drawing.Size(
322, 17)
126         Me.Label2.TabIndex =
6
127         Me.Label2.Text =
"Change Password - Order Management System"
128         
'
129         
'btnClose
130         
'
131         Me.btnClose.BackColor = System.Drawing.Color.Black
132         Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Black
133         Me.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(CType(CType(
224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
134         Me.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
135         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
136         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
137         Me.btnClose.Location = New System.Drawing.Point(
431, 2)
138         Me.btnClose.Name =
"btnClose"
139         Me.btnClose.Size = New System.Drawing.Size(
22, 22)
140         Me.btnClose.TabIndex =
0
141         Me.ToolTip1.SetToolTip(Me.btnClose,
"Close")
142         Me.btnClose.UseVisualStyleBackColor = False
143         
'
144         
'frmChangePass
145         
'
146         Me.AcceptButton = Me.BtnSave
147         Me.AutoScaleDimensions = New System.Drawing.SizeF(
7.0!, 15.0!)
148         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
149         Me.BackColor = System.Drawing.Color.White
150         Me.BackgroundImage = Global.Order.My.Resources.Resources.Form_2
151         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
152         Me.CancelButton = Me.Btncancel
153         Me.ClientSize = New System.Drawing.Size(
459, 191)
154         Me.Controls.Add(Me.Panel1)
155         Me.Controls.Add(Me.Btncancel)
156         Me.Controls.Add(Me.BtnSave)
157         Me.Controls.Add(Me.Label1)
158         Me.Controls.Add(Me.txtPass)
159         Me.Controls.Add(Me.PictureBox1)
160         Me.Font = New System.Drawing.Font(
"Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
162         Me.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
163         Me.MaximizeBox = False
164         Me.Name =
"frmChangePass"
165         Me.ShowInTaskbar = False
166         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
167         Me.Text =
"Change Password - Order Management System"
168         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
169         Me.Panel1.ResumeLayout(False)
170         Me.Panel1.PerformLayout()
171         Me.ResumeLayout(False)
172         Me.PerformLayout()
173
174     End Sub
175     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
176     Friend WithEvents txtPass As System.Windows.Forms.TextBox
177     Friend WithEvents Label1 As System.Windows.Forms.Label
178     Friend WithEvents BtnSave As System.Windows.Forms.Button
179     Friend WithEvents Btncancel As System.Windows.Forms.Button
180     Friend WithEvents Panel1 As System.Windows.Forms.Panel
181     Friend WithEvents btnClose As System.Windows.Forms.Button
182     Friend WithEvents Label2 As System.Windows.Forms.Label
183     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
184 End Class


Gõ tìm kiếm nhanh...